home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 37
/
Aminet 37 (2000)(Schatztruhe)[!][Jun 2000].iso
/
Aminet
/
game
/
patch
/
jst32b_dev.lha
/
jst_dev
/
sources
/
OSEmu
/
freeanim.s
< prev
next >
Wrap
Text File
|
2000-03-31
|
699b
|
22 lines
* $Id: freeanim.s 1.1 1999/02/03 04:09:05 jotd Exp $
**************************************************************************
* FREEANIM-LIBRARY *
**************************************************************************
**************************************************************************
* INITIALIZATION *
**************************************************************************
FRANINIT move.l _franbase,d0
beq .init
rts
.init move.l #10,d0 ; at random
move.l #2,d1 ; at random
lea _franname,a0
bsr _InitLibrary
move.l d0,a0
move.l d0,_franbase
rts